rpms/aspell-pl/devel .cvsignore, 1.3, 1.4 aspell-pl.spec, 1.11, 1.12 sources, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 30 10:09:05 UTC 2007


Author: varekova

Update of /cvs/dist/rpms/aspell-pl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12705

Modified Files:
	.cvsignore aspell-pl.spec sources 
Log Message:
- change license tag
- update to 6.0_20061121
- add documentation
- use configure script to create Makefile
- update default buildroot
- some minor spec changes



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/aspell-pl/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	28 Sep 2004 08:38:00 -0000	1.3
+++ .cvsignore	30 Mar 2007 10:09:03 -0000	1.4
@@ -1,2 +1 @@
-aspell-pl-0.1.tar.bz2
-aspell-pl-0.51-0.tar.bz2
+aspell6-pl-6.0_20061121-0.tar.bz2


Index: aspell-pl.spec
===================================================================
RCS file: /cvs/dist/rpms/aspell-pl/devel/aspell-pl.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- aspell-pl.spec	12 Jul 2006 05:20:47 -0000	1.11
+++ aspell-pl.spec	30 Mar 2007 10:09:03 -0000	1.12
@@ -1,17 +1,18 @@
 %define lang pl
 %define langrelease 0
-Summary: Polish dictionaries for Aspell.
+%define aspellversion 6
+Summary: Polish dictionaries for Aspell
 Name: aspell-%{lang}
 Epoch: 50
-Version: 0.51
-Release: 5.2.2
-License: Creative Commons ShareAlike
+Version: 6.0_20061121
+Release: 1%{?dist}
+License: GPL
 Group: Applications/Text
 URL: http://aspell.net/
-Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2
+Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
 Buildrequires: aspell >= 12:0.60
 Requires: aspell >= 12:0.60
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %define debug_package %{nil}
 
@@ -19,34 +20,33 @@
 Provides the word list/dictionaries for the following: Polish
 
 %prep
-rm -rf $RPM_BUILD_ROOT
-%setup -q -n aspell-%{lang}-%{version}-%{langrelease}
+%setup -q -n aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}
 
 %build
-echo "ASPELL = aspell" > Makefile
-echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile
-echo "WORD_LIST_COMPRESS = word-list-compress" >> Makefile
-echo "dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile
-echo "datadir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile
-cat Makefile.pre >> Makefile
+./configure
 make
 
 %install
-make install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
-%doc doc/legalcode.txt doc/README doc/ShareAlike.html
-
+%defattr(-,root,root,-)
+%doc Copyright
 %{_libdir}/aspell-0.60/*
-#%{_datadir}/aspell/*
-
-
 
 %changelog
+* Fri Mar 30 2007 Ivana Varekova <varekova at redhat.com> - 50:6.0_20061121-1
+- change license tag
+- update to 6.0_20061121
+- add documentation
+- use configure script to create Makefile
+- update default buildroot
+- some minor spec changes
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 50:0.51-5.2.2
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/aspell-pl/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	28 Sep 2004 08:38:00 -0000	1.3
+++ sources	30 Mar 2007 10:09:03 -0000	1.4
@@ -1,2 +1 @@
-5f0c545241c2e316b1201838d6c61d9e  aspell-pl-0.1.tar.bz2
-5435be1c9c39326a02e2798d8b4d257b  aspell-pl-0.51-0.tar.bz2
+3139a69a1bd9ccb1d853d30aa024fc2b  aspell6-pl-6.0_20061121-0.tar.bz2




More information about the fedora-cvs-commits mailing list