rpms/scrot/devel scrot.spec, NONE, 1.1 scrot_Makefile_in.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Rice (errr) fedora-extras-commits at redhat.com
Sun Oct 8 06:08:21 UTC 2006


Author: errr

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

Modified Files:
	.cvsignore sources 
Added Files:
	scrot.spec scrot_Makefile_in.patch 
Log Message:
auto-import scrot-0.8-2.fc5 on branch devel from scrot-0.8-2.fc5.src.rpm


--- NEW FILE scrot.spec ---
Name:           scrot 
Version:        0.8
Release:        2%{?dist}
Summary:        Screen-shot capture using Imlib 2

Group:          User Interface/X
License:        MIT
URL:            http://www.linuxbrit.co.uk/scrot/
Source0:        http://linuxbrit.co.uk/downloads/%{name}-%{version}.tar.gz
Patch1:         scrot_Makefile_in.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  imlib2-devel,libX11-devel,giblib-devel

%description
A nice and straightforward screen capture utility implementing the dynamic
loaders of imlib2.


%prep
%setup -q
%patch1

%build
%configure 
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Wed Oct 04 2006 Michael Rice <errr[AT]errr-online.com> - 0.8-2
- Fix project home page link
- Fix license from BSD to MIT
- Fix version info for Changelog entrys
- Remove datadir/name to fix dup doc entrys
- Fix patch for docs:
  removed the data docs from being installed by src

* Mon Sep 25 2006 Michael Rice <errr[AT]errr-online.com> - 0.8-1
- Initial RPM release

scrot_Makefile_in.patch:

--- NEW FILE scrot_Makefile_in.patch ---
--- Makefile.in	2003-06-23 07:13:33.000000000 -0500
+++ errr.Makefile.in	2006-10-04 12:31:00.000000000 -0500
@@ -81,11 +81,8 @@
 
 man_MANS = scrot.1
 
-docs_DATA = README AUTHORS ChangeLog TODO
-docsdir = $(prefix)/doc/scrot
-
-EXTRA_DIST =  scrot.spec scrot.1 $(docs_DATA)
 
+EXTRA_DIST =  scrot.spec scrot.1 
 
 SUBDIRS = src
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -194,25 +191,6 @@
 	@$(NORMAL_UNINSTALL)
 	$(MAKE) $(AM_MAKEFLAGS) uninstall-man1
 
-install-docsDATA: $(docs_DATA)
-	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(docsdir)
-	@list='$(docs_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docsdir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docsdir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docsdir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(docsdir)/$$p; \
-	  fi; fi; \
-	done
-
-uninstall-docsDATA:
-	@$(NORMAL_UNINSTALL)
-	list='$(docs_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(docsdir)/$$p; \
-	done
-
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.
 # To change the values of `make' variables: instead of editing Makefiles,


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scrot/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Oct 2006 06:07:58 -0000	1.1
+++ .cvsignore	8 Oct 2006 06:08:21 -0000	1.2
@@ -0,0 +1 @@
+scrot-0.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scrot/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Oct 2006 06:07:58 -0000	1.1
+++ sources	8 Oct 2006 06:08:21 -0000	1.2
@@ -0,0 +1 @@
+ccae904d225609571bdd3b03445c1e88  scrot-0.8.tar.gz




More information about the scm-commits mailing list