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

Christoph Wickert cwickert at fedoraproject.org
Sun Jul 19 21:11:37 UTC 2009


Author: cwickert

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log lxrandr.spec 
Log Message:
Initial import of lxrandr. Review was at
https://bugzilla.redhat.com/show_bug.cgi?id=512482



--- NEW FILE import.log ---
lxrandr-0_1_1-1_fc12:HEAD:lxrandr-0.1.1-1.fc12.src.rpm:1248036850


--- NEW FILE lxrandr.spec ---
Name:           lxrandr
Version:        0.1.1
Release:        1%{?dist}
Summary:        Simple monitor config tool

Group:          User Interface/Desktops
License:        GPLv3+
URL:            http://lxde.org/
Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel libXrandr-devel gettext desktop-file-utils
Requires:       xorg-x11-server-utils

%description
LXRandR is a simple monitor config tool utilizing X RandR extension. It's a 
GUI frontend of the command line program xrandr and manages screen resolution 
and external monitors. When you run LXRandR with an external monitor or 
projector connected, its GUI will change and show you some options to quickly 
configure the external device.

LXRandR is the standard screen manager of LXDE, the Lightweight X11 Desktop 
Environment, but can be used in other desktop environments as well.


%prep
%setup -q
# quick fix for the icon
echo "Icon=video-display" >> data/%{name}.desktop.in

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install                                       \
  --delete-original                                        \
  --add-category="HardwareSettings;GTK;"                   \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.gz


%changelog
* Tue Jul 07 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.1-1
- Update to 0.1.1
- Include new manpage

* Sun Nov 09 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.1-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lxrandr/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Jul 2009 20:48:10 -0000	1.1
+++ .cvsignore	19 Jul 2009 21:11:07 -0000	1.2
@@ -0,0 +1 @@
+lxrandr-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxrandr/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Jul 2009 20:48:10 -0000	1.1
+++ sources	19 Jul 2009 21:11:07 -0000	1.2
@@ -0,0 +1 @@
+ab2c7f6be7e4fe6d1a26e324d836453e  lxrandr-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list