SPECS: gbiblioteka.spec - removed empty ChangeLog - added version ...

witekfl witekfl at pld-linux.org
Thu Jul 28 17:05:54 CEST 2005


Author: witekfl                      Date: Thu Jul 28 15:05:54 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed empty ChangeLog
- added version for Requires
- used find_lang macro
- rel 0.2

---- Files affected:
SPECS:
   gbiblioteka.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/gbiblioteka.spec
diff -u SPECS/gbiblioteka.spec:1.1 SPECS/gbiblioteka.spec:1.2
--- SPECS/gbiblioteka.spec:1.1	Thu Jul 28 12:17:33 2005
+++ SPECS/gbiblioteka.spec	Thu Jul 28 17:05:49 2005
@@ -3,17 +3,15 @@
 Summary(pl):	Program ułatwia zarządzanie zbiorami książek i dokumentów elektronicznych
 Name:		gbiblioteka
 Version:	0.5
-Release:	0.1
+Release:	0.2
 License:	GPL v2
 Group:		Applications/Archiving	
 Source0:	http://members.lycos.co.uk/gbiblioteka/%{name}-%{version}.tar.gz
 # Source0-md5:	8f4c5237f26396208c2390dddb06ff15
 URL:		http://members.lycos.co.uk/gbiblioteka/
 BuildRequires:	gettext-devel
-BuildRequires:	gtk+2-devel
-BuildRequires:	sqlite-devel
-Requires:	gtk+2
-Requires:	sqlite
+BuildRequires:	gtk+2-devel >= 2.6.0
+BuildRequires:	sqlite3-devel >= 3.1
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,8 +25,7 @@
 
 %build
 %configure
-%{__make} \
-	CFLAGS="%{rpmcflags}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -36,14 +33,14 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc ChangeLog
 %attr(755,root,root) %{_bindir}/*
-%lang(pl) %{_datadir}/locale/pl 
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -51,6 +48,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/07/28 15:05:49  witekfl
+- removed empty ChangeLog
+- added version for Requires
+- used find_lang macro
+- rel 0.2
+
 Revision 1.1  2005/07/28 10:17:33  spider
 - init
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gbiblioteka.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list