Remove old perl macro accepted/tizen/20130503.225700 accepted/tizen/20130520.100409 accepted/trunk/20130322.232617 submit/tizen/20130503.231534 submit/tizen/20130509.183221 submit/tizen/20130517.023748 submit/trunk/20130322.232546
authorAnas Nashif <anas.nashif@intel.com>
Fri, 22 Mar 2013 23:25:44 +0000 (16:25 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Fri, 22 Mar 2013 23:25:44 +0000 (16:25 -0700)
packaging/perl-XML-Parser.changes [new file with mode: 0644]
packaging/perl-XML-Parser.spec

diff --git a/packaging/perl-XML-Parser.changes b/packaging/perl-XML-Parser.changes
new file mode 100644 (file)
index 0000000..3d91acf
--- /dev/null
@@ -0,0 +1,3 @@
+* Fri Mar 22 2013 Anas Nashif <anas.nashif@intel.com> upstream/2.41@4b8c3c0
+- Remove old perl macro
+
index 03a9e26..9653c22 100644 (file)
@@ -8,9 +8,7 @@ Group:          Development/Libraries/Perl
 AutoReqProv:    on
 Url:            http://www.cpan.org/modules/by-module/XML/ 
 Source:         %{cpan_name}-%{version}.tar.gz
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl-macros
 BuildRequires:  libexpat-devel
 
 %description
@@ -36,10 +34,6 @@ You will find examples in
 /usr/share/doc/packages/perl-XML-Parser/samples.  For documentation
 read the XML::Parser and XML::Parser::Expat man pages.
 
-Authors:
---------
-    Larry Wall <larry@wall.org>
-    Clark Cooper <coopercc@netheaven.com>
 
 %prep
 %setup -n XML-Parser-%{version} -q
@@ -61,6 +55,5 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
 
 %files -f %{name}.files
 %defattr(0644,root,root,0755)
-%doc Changes README samples
 
 %changelog