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

Simon Wesp cassmodiah at fedoraproject.org
Sat Jan 16 17:20:59 UTC 2010


Author: cassmodiah

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log surf.desktop surf.spec 
Log Message:
initial import to fedora



--- NEW FILE import.log ---
surf-0_3-1_fc12:HEAD:surf-0.3-1.fc12.src.rpm:1263662266


--- NEW FILE surf.desktop ---
[Desktop Entry]
Name=surf
Comment=small and simple browser
Categories=Network;GTK;WebBrowser;
Exec=surf
Terminal=false
Type=Application


--- NEW FILE surf.spec ---
Name:           surf
Version:        0.3
Release:        1%{?dist}
Summary:        Simple web browser

Group:          Applications/Internet
License:        MIT
URL:            http://surf.suckless.org/
Source0:        http://dl.suckless.org/%{name}/%{name}-%{version}.tar.gz
Source1:        %{name}.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  webkitgtk-devel
BuildRequires:  desktop-file-utils


%description
surf is a simple web browser based on WebKit/GTK+.


%prep
%setup -q

sed -e 's|/usr/local|%{_prefix}|g' \
    -e 's|/usr/lib|%{_libdir}|g' \
    -e 's|-s ${LIBS}|-g ${LIBS}|g' \
    -e 's|-std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}|%{optflags} ${INCS} ${CPPFLAGS}|g' \
    -i config.mk


%build
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install \
     DESTDIR=%{buildroot} \
     INSTALL="install -p"

desktop-file-install \
       %{SOURCE1} \
       --dir=%{buildroot}%{_datadir}/applications/


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc LICENSE
%{_bindir}/%{name}
%{_mandir}/man*/%{name}.*
%{_datadir}/applications/%{name}.desktop


%changelog
* Sun Jan 10 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 0.3-1
- Initial package build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/surf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Jan 2010 18:10:07 -0000	1.1
+++ .cvsignore	16 Jan 2010 17:20:59 -0000	1.2
@@ -0,0 +1 @@
+surf-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/surf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Jan 2010 18:10:07 -0000	1.1
+++ sources	16 Jan 2010 17:20:59 -0000	1.2
@@ -0,0 +1 @@
+0b7bbe58f0ca140f1fb7aac09c4319d9  surf-0.3.tar.gz



More information about the scm-commits mailing list