rpms/postgresql-ip4r/EL-5 postgresql-ip4r.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Thu Jan 24 18:44:29 UTC 2008


Author: devrim

Update of /cvs/extras/rpms/postgresql-ip4r/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1179/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	postgresql-ip4r.spec 
Log Message:
Initial import of postgresql-ip4r for back branches.




--- NEW FILE postgresql-ip4r.spec ---
%define sname	ip4r

Summary:	IPv4 and IPv4 range index types for PostgreSQL
Name:		postgresql-%{sname}
Version:	1.02
Release:	1%{?dist}
License:	BSD
Group:		Applications/Databases
Source0:	http://pgfoundry.org/frs/download.php/1573/%{sname}-%{version}.tar.gz
URL:		http://pgfoundry.org/projects/ip4r
BuildRequires:	postgresql-devel >= 8.1
Requires:	postgresql-server >= 8.1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
ip4 and ip4r are types that contain a single IPv4 address and a range of 
IPv4 addresses respectively. They can be used as a more flexible, 
indexable version of the cidr type.

%prep
%setup -q -n %{sname}-%{version}

%build
make USE_PGXS=1 %{?_smp_mflags} 

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/pgsql/
install -d %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_docdir}/%{name}-%{version}
install -m 755 %{sname}.so %{buildroot}%{_libdir}/pgsql/%{sname}.so
install -p -m 755 %{sname}.sql %{buildroot}%{_datadir}/%{name}
install -p -m 755 README.%{sname} %{buildroot}%{_docdir}/%{name}-%{version}/README

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc %{_docdir}/%{name}-%{version}/README
%{_datadir}/%{name}
%{_datadir}/%{name}/%{sname}*.sql
%{_libdir}/pgsql/%{sname}.so

%changelog
* Sun Jan 20 2008 - Devrim GUNDUZ <devrim at commandprompt.com> 1.02-1
- Update to 1.02

* Mon Jul 9 2007 - Devrim GUNDUZ <devrim at commandprompt.com> 1.01-2
- Removed unneeded ldconfig calls, per bz review #246747

* Wed Jul 4 2007 - Devrim GUNDUZ <devrim at commandprompt.com> 1.01-1
- Initial RPM packaging for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/postgresql-ip4r/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Jan 2008 17:40:40 -0000	1.1
+++ .cvsignore	24 Jan 2008 18:43:52 -0000	1.2
@@ -0,0 +1 @@
+ip4r-1.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/postgresql-ip4r/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Jan 2008 17:40:40 -0000	1.1
+++ sources	24 Jan 2008 18:43:52 -0000	1.2
@@ -0,0 +1 @@
+50cd932352d5e3662d6e75e1a07d6294  ip4r-1.02.tar.gz




More information about the fedora-extras-commits mailing list