rpms/pgadmin3/devel pgadmin3.spec,1.2,1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 23:53:15 UTC 2005


Author: thias

Update of /cvs/extras/rpms/pgadmin3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24517/pgadmin3/devel

Modified Files:
	pgadmin3.spec 
Log Message:
Mass letter "o" and "p" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: pgadmin3.spec
===================================================================
RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pgadmin3.spec	10 Dec 2004 22:03:09 -0000	1.2
+++ pgadmin3.spec	3 Mar 2005 23:53:13 -0000	1.3
@@ -1,24 +1,23 @@
-Summary: 	Graphical client for PostgreSQL.
-Name: 		pgadmin3
+Summary:	Graphical client for PostgreSQL
+Name:		pgadmin3
 Version:	1.0.2
 Release:	3
 License:	Artistic
-Epoch:		0
 Group:		Applications/Databases
-Source:  	ftp://ftp.postgresql.org/pub/pgadmin3/release/src/pgadmin3-1.0.2.tar.gz
-URL: 	 	http://www.pgadmin.org/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: 	wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel
+Source: 	ftp://ftp.postgresql.org/pub/pgadmin3/release/src/pgadmin3-1.0.2.tar.gz
+URL:		http://www.pgadmin.org/
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel
 
 %description
-pgAdmin III is a comprehensive PostgreSQL database design 
+pgAdmin III is a comprehensive PostgreSQL database design
 and management system for *nix and Windows systems.
 
 %prep
 %setup -q
 
 %build
-%configure 
+%configure
 #Somehow doesn't link in these..
 make %{?_smp_mflags} LDFLAGS="-lwx_gtk2-2.4 -lwx_gtk2_stc-2.4 -lwx_gtk2_xrc-2.4" all
 
@@ -33,14 +32,14 @@
 desktop-file-install --vendor fedora --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
 	--add-category X-Fedora\
 	--add-category Application\
-	 --add-category System\
-	 ./pkg/%{name}.desktop 
+	--add-category System\
+	./pkg/%{name}.desktop
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files 
+%files
 %defattr(-, root, root)
 %doc LICENCE.txt BUGS.txt README.txt
 %{_bindir}/*




More information about the fedora-extras-commits mailing list