rpms/libss7/devel import.log, NONE, 1.1 libss7.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Oct 7 17:43:52 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/libss7/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3094/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libss7.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
libss7-1_0_1-2_fc9:HEAD:libss7-1.0.1-2.fc9.src.rpm:1223400896


--- NEW FILE libss7.spec ---
Name:           libss7
Version:        1.0.1
Release:        2%{?dist}
Summary:        SS7 protocol services to applications

Group:          System Environment/Libraries

License:        GPLv2

URL:            http://www.asterisk.org/
Source0:        http://downloads.digium.com/pub/telephony/libss7/releases/libss7-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
libss7 is a userspace library that is used for providing SS7 protocol
services to applications.  It has a working MTP2, MTP3, and ISUP for
ITU and ANSI style SS7, however it was written in a manner that will
easily allow support for other various national specific variants in
the future.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup0 -q

%build
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC"

%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL_PREFIX=$RPM_BUILD_ROOT libdir=%{_libdir}
#ln -s libss7.so.1.0 $RPM_BUILD_ROOT%{_libdir}/libss7.so.1
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc ChangeLog NEWS* README
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc README
%{_includedir}/*
%{_libdir}/*.so

%changelog
* Tue Aug  5 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.1-1
- Update to 1.0.1

* Tue Jul 29 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.0-1
- First version for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libss7/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Oct 2008 17:22:04 -0000	1.1
+++ .cvsignore	7 Oct 2008 17:43:21 -0000	1.2
@@ -0,0 +1 @@
+libss7-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libss7/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Oct 2008 17:22:04 -0000	1.1
+++ sources	7 Oct 2008 17:43:21 -0000	1.2
@@ -0,0 +1 @@
+36d86c2b6a61512a0f61d48a8f6ff64c  libss7-1.0.1.tar.gz




More information about the scm-commits mailing list