rpms/sublib/F-8 sublib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Julian Sikorski (belegdol) fedora-extras-commits at redhat.com
Mon May 19 16:34:34 UTC 2008


Author: belegdol

Update of /cvs/pkgs/rpms/sublib/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1920/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	sublib.spec 
Log Message:
Initial commit



--- NEW FILE sublib.spec ---
Name:           sublib
Version:        0.9
Release:        2%{?dist}
Summary:        A subtitle library

Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://sublib.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.zip
#Source1:        sublib.snk
#Patch0:         sublib-0.8-strongname.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  mono-devel

ExcludeArch:    ppc64

%description
SubLib is a library that eases the development of subtitling applications. It
supports the most common text-based subtitle formats and allows for subtitle
editing, conversion and synchronization.
SubLib is written in C# and can be used in platforms like Mono or .NET
Framework.


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

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


%prep
%setup -q
#%patch0 -p1 -b .strongname
#%{__install} -pm 644 %{SOURCE1} src

#Fix end-of-line encoding
%{__sed} -i 's/\r//' README COPYING


%build
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT
#%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mono/gac/
#gacutil -i build/sublib.dll -f -package sublib -root $RPM_BUILD_ROOT%{_libdir}


%clean
%{__rm} -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING CREDITS NEWS README
#%{_libdir}/mono/gac/%{name}
#%{_libdir}/mono/%{name}
%{_libdir}/%{name}

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Sun May 18 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9-2
- Replaced sed invocation with macro
- Added ExcludeArch: ppc64

* Tue May 13 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9-1
- Updated to 0.9
- Switched to use make install
- Added -devel subpackage
- Skip GAC registration for now

* Sat Mar 29 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sublib/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 May 2008 16:06:26 -0000	1.1
+++ .cvsignore	19 May 2008 16:33:48 -0000	1.2
@@ -0,0 +1 @@
+sublib-0.9.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sublib/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 May 2008 16:06:26 -0000	1.1
+++ sources	19 May 2008 16:33:48 -0000	1.2
@@ -0,0 +1 @@
+8d09e2785b4a6fa62fba71e4169a51fe  sublib-0.9.zip




More information about the fedora-extras-commits mailing list